Load(Stream,BaseTransform[]) Method
Loads the image from a System.IO.Stream.
'Declaration
Public Overloads Sub Load( _
ByVal As System.IO.Stream, _
ByVal ParamArray () As BaseTransform _
)
Parameters
- stream
- The input stream.
- transforms
- The transformation chain for the image that is being loaded.